home *** CD-ROM | disk | FTP | other *** search
/ The Princeton Review - Algebra Smart / ALGEBRA.iso / pc / lessons / algm4.dir / 00182_Script_scr 8a < prev    next >
Text File  |  1996-10-02  |  381b  |  16 lines

  1. on mouseDown
  2.   global Hstart, Vstart
  3.   put the locH of sprite (the clickOn) into Hstart
  4.   put the locV of sprite (the clickOn) into Vstart
  5. end 
  6.  
  7.  
  8. on mouseUp
  9.   global Hstart, Vstart
  10.   puppetsound "buzzer"
  11.   Swapcomment 58
  12.   puppetsprite (the clickOn), 1
  13.   set the locH of sprite (the clickOn) = Hstart
  14.   set the locV of sprite (the clickOn) = Vstart
  15.   updatestage
  16. end